type internal/reflectlite.funcType

10 uses

	internal/reflectlite (current package)
		type.go#L224: type funcType struct {
		type.go#L484: 			funcType
		type.go#L619: 	tt := (*funcType)(unsafe.Pointer(t))
		type.go#L651: 	tt := (*funcType)(unsafe.Pointer(t))
		type.go#L659: 	tt := (*funcType)(unsafe.Pointer(t))
		type.go#L667: 	tt := (*funcType)(unsafe.Pointer(t))
		type.go#L671: func (t *funcType) in() []*rtype {
		type.go#L682: func (t *funcType) out() []*rtype {
		type.go#L888: 		t := (*funcType)(unsafe.Pointer(T))
		type.go#L889: 		v := (*funcType)(unsafe.Pointer(V))